home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
- <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="accept,cancel"
- buttonorient="horizontal" buttonalign="center"
- onload="document.getElementById('SAFE-password').height = window.arguments[1]; document.getElementById('SAFE-password-hint').value = window.arguments[0]; centerWindowOnScreen();"
- ondialogaccept="return SiteAdvisorFunPack['validatePassword']();"
- id="SAFE-password" windowtype="safe:password" title="&safe.password.title;"
- width="450px">
-
- <script type="application/x-javascript" src="framework.js" />
-
- <spacer height="10px"/>
- <description>&safe.password.info1;</description>
- <spacer height="10px"/>
- <description>&safe.password.info2;</description>
- <spacer height="10px"/>
-
- <description>&safe.password.label;</description>
- <textbox id="SAFE-password-text" type="password" cols="75"/>
- <spacer height="10px"/>
-
- <description>&safe.password.hint;</description>
- <description id="SAFE-password-hint" value=""/>
- <spacer height="10px"/>
- </dialog>